export Class
WebApp ​
extends ​
Builder
Constructor ​
ts
new InlineQueryResultButton.WebApp( text, url )
Parameter | Type | Description |
---|---|---|
text | string | Label text on the button |
url | string | Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App. |